Drop g_type_init() call now that we depend on GLib 2.36
authorColin Walters <walters@verbum.org>
Sun, 7 Sep 2014 16:58:10 +0000 (12:58 -0400)
committerColin Walters <walters@verbum.org>
Sun, 7 Sep 2014 16:58:10 +0000 (12:58 -0400)
src/ostree/ot-main.c

index 35302065690eb7ae80c8269ea19007bb537a3b84..1dfa93d71ab7828349a6c3cecdfec7738a92944e 100644 (file)
@@ -88,8 +88,6 @@ ostree_run (int    argc,
   /* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */
   g_setenv ("GIO_USE_VFS", "local", TRUE);
 
-  g_type_init ();
-
   g_set_prgname (argv[0]);
 
   g_log_set_handler (NULL, G_LOG_LEVEL_MESSAGE, message_handler, NULL);